move packetsSentWithEct1 to RTCOutboundRtpStreamStats#808
Merged
alvestrand merged 1 commit intow3c:mainfrom Jul 31, 2025
Merged
move packetsSentWithEct1 to RTCOutboundRtpStreamStats#808alvestrand merged 1 commit intow3c:mainfrom
alvestrand merged 1 commit intow3c:mainfrom
Conversation
fippo
commented
Jul 24, 2025
| boolean powerEfficientEncoder; | ||
| boolean active; | ||
| DOMString scalabilityMode; | ||
| unsigned long long packetsSentWithEct1; |
Contributor
Author
There was a problem hiding this comment.
note how the members are indented by three spaces instead two... ![]()
alvestrand
approved these changes
Jul 25, 2025
youennf
approved these changes
Jul 31, 2025
jan-ivar
approved these changes
Jul 31, 2025
maitrungduc1410
pushed a commit
to maitrungduc1410/webrtc
that referenced
this pull request
Aug 5, 2025
described in w3c/webrtc-stats#792 with a location change from w3c/webrtc-stats#808 Bug: webrtc:42225697 Change-Id: I2660a17928ed6ecfb75ca597759c960678f17eaf Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/390866 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Reviewed-by: Per Kjellander <perkj@webrtc.org> Commit-Queue: Philipp Hancke <phancke@meta.com> Cr-Commit-Position: refs/heads/main@{#45283}
lando-worker Bot
pushed a commit
to mozilla-firefox/firefox
that referenced
this pull request
Nov 13, 2025
Upstream commit: https://webrtc.googlesource.com/src/+/7cf44a4cc3e1a20b54398c4b9eadc255016344a7 Implement L4S send stats described in w3c/webrtc-stats#792 with a location change from w3c/webrtc-stats#808 Bug: webrtc:42225697 Change-Id: I2660a17928ed6ecfb75ca597759c960678f17eaf Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/390866 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Reviewed-by: Per Kjellander <perkj@webrtc.org> Commit-Queue: Philipp Hancke <phancke@meta.com> Cr-Commit-Position: refs/heads/main@{#45283}
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-comments-removed
that referenced
this pull request
Nov 15, 2025
Upstream commit: https://webrtc.googlesource.com/src/+/7cf44a4cc3e1a20b54398c4b9eadc255016344a7 Implement L4S send stats described in w3c/webrtc-stats#792 with a location change from w3c/webrtc-stats#808 Bug: webrtc:42225697 Change-Id: I2660a17928ed6ecfb75ca597759c960678f17eaf Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/390866 Reviewed-by: Harald Alvestrand <htawebrtc.org> Reviewed-by: Per Kjellander <perkjwebrtc.org> Commit-Queue: Philipp Hancke <phanckemeta.com> Cr-Commit-Position: refs/heads/main{#45283} UltraBlame original commit: a51efca003b321029dc649dca6a4c970ca5538d8
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-wordified
that referenced
this pull request
Nov 15, 2025
Upstream commit: https://webrtc.googlesource.com/src/+/7cf44a4cc3e1a20b54398c4b9eadc255016344a7 Implement L4S send stats described in w3c/webrtc-stats#792 with a location change from w3c/webrtc-stats#808 Bug: webrtc:42225697 Change-Id: I2660a17928ed6ecfb75ca597759c960678f17eaf Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/390866 Reviewed-by: Harald Alvestrand <htawebrtc.org> Reviewed-by: Per Kjellander <perkjwebrtc.org> Commit-Queue: Philipp Hancke <phanckemeta.com> Cr-Commit-Position: refs/heads/main{#45283} UltraBlame original commit: a51efca003b321029dc649dca6a4c970ca5538d8
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-wordified-and-comments-removed
that referenced
this pull request
Nov 15, 2025
Upstream commit: https://webrtc.googlesource.com/src/+/7cf44a4cc3e1a20b54398c4b9eadc255016344a7 Implement L4S send stats described in w3c/webrtc-stats#792 with a location change from w3c/webrtc-stats#808 Bug: webrtc:42225697 Change-Id: I2660a17928ed6ecfb75ca597759c960678f17eaf Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/390866 Reviewed-by: Harald Alvestrand <htawebrtc.org> Reviewed-by: Per Kjellander <perkjwebrtc.org> Commit-Queue: Philipp Hancke <phanckemeta.com> Cr-Commit-Position: refs/heads/main{#45283} UltraBlame original commit: a51efca003b321029dc649dca6a4c970ca5538d8
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fixes #807
Preview | Diff